LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

RasterCommentMetadata Constructor(RasterCommentMetadataType,Byte[])






The type of comment to create.
The data for the comment.
Initializes a new instance of the RasterCommentMetadata class with the specified values. .NET support Silverlight support WinRT support
Syntax
public RasterCommentMetadata( 
   RasterCommentMetadataType type,
   byte[] data
)
'Declaration
 
Public Function New( _
   ByVal type As RasterCommentMetadataType, _
   ByVal data() As Byte _
)
'Usage
 
Dim type As RasterCommentMetadataType
Dim data() As Byte
 
Dim instance As New RasterCommentMetadata(type, data)
public RasterCommentMetadata( 
   RasterCommentMetadataType type,
   byte[] data
)
function RasterCommentMetadata( 
   type ,
   data 
)
public:
RasterCommentMetadata( 
   RasterCommentMetadataType type,
   array<byte>^ data
)

Parameters

type
The type of comment to create.
data
The data for the comment.
Example
For an example, refer to Leadtools.Codecs.RasterCodecs.WriteComment(System.IO.Stream,System.Int32,Leadtools.RasterCommentMetadata).
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RasterCommentMetadata Class
RasterCommentMetadata Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.